From 6c9d82de8d5472f946eab014840b9ef38df11f5d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 26 May 2012 12:19:51 -0400 Subject: [PATCH] Mention GTK_DIALOG_NO_SEPARATOR in migration docs http://bugzilla.gnome.org/show_bug.cgi?id=647779 --- docs/reference/gtk/migrating-2to3.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/reference/gtk/migrating-2to3.xml b/docs/reference/gtk/migrating-2to3.xml index bb2aad539e..33d227557a 100644 --- a/docs/reference/gtk/migrating-2to3.xml +++ b/docs/reference/gtk/migrating-2to3.xml @@ -94,6 +94,13 @@ make CFLAGS+="-DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED" + + Note that some parts of our API, such as enumeration values, are + not well covered by the deprecation warnings. In most cases, using + them will require you to also use deprecated functions, which will + trigger warnings. But some things, like the %GTK_DIALOG_NO_SEPARATOR + flag that has disappeared in GTK+ 3, may not. +
@@ -273,7 +280,7 @@ gdk_cairo_set_source_pixbuf() instead of cairo_set_source_surface(). Drawing layouts clipped is often used to avoid overdraw or to allow drawing selections. Code would have looked like this: - + GdkGC *gc; /* setup */ -- 2.30.2